+2008-04-16 Sven Neumann <sven@gimp.org>
+
+ * babl/babl.h: formatting.
+
2008-04-16 Øyvind Kolås <pippin@gimp.org>
* babl/babl.h: split up into ...
/* babl - dynamically extendable universal pixel conversion library.
- * Copyright (C) 2005, Øyvind Kolås.
+ * Copyright (C) 2005-2008, Øyvind Kolås.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
void babl_##klass##_destroy (void); \
Babl * babl_##klass##_id (int id); \
void babl_##klass##_each (BablEachFunction each_fun, \
- void *user_data)
+ void *user_data)
/* creates a class that has a specific name connected to it, that
* also allows defining a new instance. These classes share common
BABL_CLASS (klass); \
Babl * babl_##klass (const char *name); \
Babl * babl_##klass##_new (void *first_arg, \
- ...) BABL_ARG_NULL_TERMINATED
+ ...) BABL_ARG_NULL_TERMINATED
*
* Returns: a name describing the instance.
*/
-const char *babl_name (const Babl *babl);
-void babl_introspect (Babl *babl); /* introspect a given BablObject */
+const char * babl_name (const Babl *babl);
+
+void babl_introspect (Babl *babl); /* introspect a given BablObject */
#include "babl-type.h"
#include "babl-sampling.h"